home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Scientific Center
/
The Scientific Center.iso
/
pc
/
OPENING.DXR
/
Internal_2_p_lang.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-22
|
234 b
|
18 lines
on mouseEnter me
set the ink of sprite the currentSpriteNum to 4
cursor(280)
end
on mouseDown me
beep()
end
on mouseUp me
go("p_lang")
end
on mouseLeave me
cursor(-1)
set the ink of sprite the currentSpriteNum to 0
end